home *** CD-ROM | disk | FTP | other *** search
/ Chip: Net Guide / CHIP NET Rehberi Eylül 1998.iso / ftp / fpb.exe / _SETUP.1 / FlyPage Backup.exe / 0 / RCDATA / TFTP_CREATENEWPROFILE / TFTP_CREATENEWPROFILE.txt
Encoding:
Text File  |  1998-04-23  |  42.3 KB  |  1,453 lines

  1. object FTP_CreateNewProfile: TFTP_CreateNewProfile
  2.   Left = 158
  3.   Top = 101
  4.   Width = 631
  5.   Height = 422
  6.   Caption = 'Profiles'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   Position = poDefault
  14.   Visible = True
  15.   WindowState = wsMaximized
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 328
  23.     Width = 623
  24.     Height = 66
  25.     Align = alBottom
  26.     TabOrder = 0
  27.     object SpeedButton3: TSpeedButton
  28.       Left = 72
  29.       Top = 8
  30.       Width = 25
  31.       Height = 25
  32.       Visible = False
  33.       OnClick = SpeedButton3Click
  34.     end
  35.     object ExplorerButton1: TExplorerButton
  36.       Left = 560
  37.       Top = 8
  38.       Width = 50
  39.       Height = 40
  40.       Caption = 'Next'
  41.       DropDownStyle = ddsIExplorer
  42.       Options = [boPopupMark, boShowBevel, boShowDownPattern]
  43.       CustomWidth = 50
  44.       CustomHeight = 40
  45.       OnClick = ExplorerButton1Click
  46.       IBitmap = {}
  47.     end
  48.     object ExplorerButton2: TExplorerButton
  49.       Left = 504
  50.       Top = 8
  51.       Width = 50
  52.       Height = 40
  53.       Caption = 'Previous'
  54.       DropDownStyle = ddsIExplorer
  55.       Options = [boPopupMark, boShowBevel, boShowDownPattern]
  56.       CustomWidth = 50
  57.       CustomHeight = 40
  58.       OnClick = ExplorerButton2Click
  59.       IBitmap = {}
  60.     end
  61.     object ExplorerButton3: TExplorerButton
  62.       Left = 8
  63.       Top = 8
  64.       Width = 50
  65.       Height = 40
  66.       Caption = 'Cancel'
  67.       DropDownStyle = ddsIExplorer
  68.       Options = [boPopupMark, boShowBevel, boShowDownPattern]
  69.       CustomWidth = 50
  70.       CustomHeight = 40
  71.       OnClick = ExplorerButton3Click
  72.       IBitmap = {}
  73.     end
  74.   end
  75.   object Panel2: TPanel
  76.     Left = 0
  77.     Top = 0
  78.     Width = 623
  79.     Height = 328
  80.     Align = alClient
  81.     TabOrder = 1
  82.     object PageControl1: TPageControl
  83.       Left = 1
  84.       Top = 1
  85.       Width = 621
  86.       Height = 326
  87.       ActivePage = TabSheet9
  88.       Align = alClient
  89.       TabOrder = 0
  90.       object TabSheet1: TTabSheet
  91.         Caption = 'TabSheet1'
  92.         TabVisible = False
  93.         object Memo1: TMemo
  94.           Left = 8
  95.           Top = 24
  96.           Width = 593
  97.           Height = 81
  98.           Alignment = taCenter
  99.           BorderStyle = bsNone
  100.           Color = clBtnFace
  101.           Ctl3D = False
  102.           Font.Charset = DEFAULT_CHARSET
  103.           Font.Color = clBlue
  104.           Font.Height = -16
  105.           Font.Name = 'MS Sans Serif'
  106.           Font.Style = []
  107.           Lines.Strings = (
  108.             
  109.               'A "Profile" is a set of parameters that describes a particular b' +
  110.               'ackup '
  111.             
  112.               'event, such as what files should be backed up, where the backup ' +
  113.               'files should '
  114.             'be placed, and when it should happen.')
  115.           ParentCtl3D = False
  116.           ParentFont = False
  117.           ReadOnly = True
  118.           TabOrder = 0
  119.         end
  120.         object Memo2: TMemo
  121.           Left = 8
  122.           Top = 152
  123.           Width = 593
  124.           Height = 121
  125.           Alignment = taCenter
  126.           BorderStyle = bsNone
  127.           Color = clBtnFace
  128.           Font.Charset = DEFAULT_CHARSET
  129.           Font.Color = clBlue
  130.           Font.Height = -16
  131.           Font.Name = 'MS Sans Serif'
  132.           Font.Style = []
  133.           Lines.Strings = (
  134.             
  135.               'Each screen will ask for specific information.  Provide the requ' +
  136.               'ested '
  137.             
  138.               'information and click the "Next" button to go to the next screen' +
  139.               '.  Click '
  140.             
  141.               'the "Previous" button to go back a page.  Click "Cancel" to disc' +
  142.               'ard the '
  143.             'creating of the profile.')
  144.           ParentFont = False
  145.           ReadOnly = True
  146.           TabOrder = 1
  147.         end
  148.       end
  149.       object TabSheet2: TTabSheet
  150.         Caption = 'TabSheet2'
  151.         TabVisible = False
  152.         object Label1: TLabel
  153.           Left = 64
  154.           Top = 0
  155.           Width = 476
  156.           Height = 40
  157.           Alignment = taCenter
  158.           Caption = 
  159.             'First, a profile name is needed.  Please enter a unique name for' +
  160.             ' the new profile.  Click the "Next" button when done.'
  161.           Font.Charset = DEFAULT_CHARSET
  162.           Font.Color = clBlue
  163.           Font.Height = -16
  164.           Font.Name = 'MS Sans Serif'
  165.           Font.Style = []
  166.           ParentFont = False
  167.           WordWrap = True
  168.         end
  169.         object Label2: TLabel
  170.           Left = 183
  171.           Top = 132
  172.           Width = 60
  173.           Height = 13
  174.           Caption = 'Profile Name'
  175.         end
  176.         object OvcDbSimpleField1: TOvcDbSimpleField
  177.           Left = 256
  178.           Top = 128
  179.           Width = 193
  180.           Height = 21
  181.           Cursor = crIBeam
  182.           DataField = 'PROFILE'
  183.           DataSource = MainWin.DS_Profiles
  184.           FieldType = ftString
  185.           CaretOvr.Shape = csBlock
  186.           Controller = OvcController1
  187.           DisabledColors.BackColor = clWindow
  188.           DisabledColors.TextColor = clGrayText
  189.           ErrorColors.BackColor = clRed
  190.           ErrorColors.TextColor = clBlack
  191.           HighlightColors.BackColor = clHighlight
  192.           HighlightColors.TextColor = clHighlightText
  193.           MaxLength = 40
  194.           PictureMask = '!'
  195.           TabOrder = 0
  196.         end
  197.       end
  198.       object TabSheet3: TTabSheet
  199.         Caption = 'TabSheet3'
  200.         TabVisible = False
  201.         object Label3: TLabel
  202.           Left = 0
  203.           Top = 0
  204.           Width = 0
  205.           Height = 40
  206.           Align = alTop
  207.           Alignment = taCenter
  208.           Caption = 
  209.             'Next, you must specify when you want the backup event to occur. ' +
  210.             ' Please select the backup options and click the "Next" button to' +
  211.             ' continue.'
  212.           Font.Charset = DEFAULT_CHARSET
  213.           Font.Color = clBlue
  214.           Font.Height = -16
  215.           Font.Name = 'MS Sans Serif'
  216.           Font.Style = []
  217.           ParentFont = False
  218.           WordWrap = True
  219.         end
  220.         object Label4: TLabel
  221.           Left = 376
  222.           Top = 160
  223.           Width = 32
  224.           Height = 13
  225.           Caption = 'Label4'
  226.         end
  227.         object Label13: TLabel
  228.           Left = 2
  229.           Top = 48
  230.           Width = 608
  231.           Height = 20
  232.           Alignment = taCenter
  233.           AutoSize = False
  234.           Caption = 'Label13'
  235.           Font.Charset = DEFAULT_CHARSET
  236.           Font.Color = clBlue
  237.           Font.Height = -16
  238.           Font.Name = 'MS Sans Serif'
  239.           Font.Style = []
  240.           ParentFont = False
  241.         end
  242.         object DBRadioGroup1: TDBRadioGroup
  243.           Left = 0
  244.           Top = -212
  245.           Width = 0
  246.           Height = 212
  247.           Align = alBottom
  248.           Caption = 'Backup Schedule Options'
  249.           DataField = 'KIND'
  250.           DataSource = MainWin.DS_Profiles
  251.           Font.Charset = DEFAULT_CHARSET
  252.           Font.Color = clWindowText
  253.           Font.Height = -16
  254.           Font.Name = 'MS Sans Serif'
  255.           Font.Style = [fsBold]
  256.           Items.Strings = (
  257.             'Daily Backup every          day(s) at             :'
  258.             'Hourly Backup every          hours on the hour.')
  259.           ParentFont = False
  260.           TabOrder = 0
  261.         end
  262.         object SpinEdit2: TSpinEdit
  263.           Left = 195
  264.           Top = 271
  265.           Width = 41
  266.           Height = 30
  267.           Font.Charset = DEFAULT_CHARSET
  268.           Font.Color = clWindowText
  269.           Font.Height = -16
  270.           Font.Name = 'MS Sans Serif'
  271.           Font.Style = []
  272.           MaxValue = 23
  273.           MinValue = 1
  274.           ParentFont = False
  275.           TabOrder = 1
  276.           Value = 1
  277.         end
  278.         object ComboBox1: TComboBox
  279.           Left = 313
  280.           Top = 180
  281.           Width = 44
  282.           Height = 28
  283.           Font.Charset = DEFAULT_CHARSET
  284.           Font.Color = clWindowText
  285.           Font.Height = -16
  286.           Font.Name = 'MS Sans Serif'
  287.           Font.Style = []
  288.           ItemHeight = 20
  289.           Items.Strings = (
  290.             '01'
  291.             '02'
  292.             '03'
  293.             '04'
  294.             '05'
  295.             '06'
  296.             '07'
  297.             '08'
  298.             '09'
  299.             '10'
  300.             '11'
  301.             '12')
  302.           ParentFont = False
  303.           TabOrder = 2
  304.           Text = '01'
  305.         end
  306.         object ComboBox2: TComboBox
  307.           Left = 377
  308.           Top = 180
  309.           Width = 45
  310.           Height = 28
  311.           Font.Charset = DEFAULT_CHARSET
  312.           Font.Color = clWindowText
  313.           Font.Height = -16
  314.           Font.Name = 'MS Sans Serif'
  315.           Font.Style = []
  316.           ItemHeight = 20
  317.           Items.Strings = (
  318.             '00'
  319.             '01'
  320.             '02'
  321.             '03'
  322.             '04'
  323.             '05'
  324.             '06'
  325.             '07'
  326.             '08'
  327.             '09'
  328.             '10'
  329.             '11'
  330.             '12'
  331.             '13'
  332.             '14'
  333.             '15'
  334.             '16'
  335.             '17'
  336.             '18'
  337.             '19'
  338.             '20'
  339.             '21'
  340.             '22'
  341.             '23'
  342.             '24'
  343.             '25'
  344.             '26'
  345.             '27'
  346.             '28'
  347.             '29'
  348.             '30'
  349.             '31'
  350.             '32'
  351.             '33'
  352.             '34'
  353.             '35'
  354.             '36'
  355.             '37'
  356.             '38'
  357.             '39'
  358.             '40'
  359.             '41'
  360.             '42'
  361.             '43'
  362.             '44'
  363.             '45'
  364.             '46'
  365.             '47'
  366.             '48'
  367.             '49'
  368.             '50'
  369.             '51'
  370.             '52'
  371.             '53'
  372.             '54'
  373.             '55'
  374.             '56'
  375.             '57'
  376.             '58'
  377.             '59')
  378.           ParentFont = False
  379.           TabOrder = 3
  380.           Text = '00'
  381.         end
  382.         object ComboBox3: TComboBox
  383.           Left = 426
  384.           Top = 180
  385.           Width = 51
  386.           Height = 28
  387.           Font.Charset = DEFAULT_CHARSET
  388.           Font.Color = clWindowText
  389.           Font.Height = -16
  390.           Font.Name = 'MS Sans Serif'
  391.           Font.Style = []
  392.           ItemHeight = 20
  393.           Items.Strings = (
  394.             'am'
  395.             'pm')
  396.           ParentFont = False
  397.           TabOrder = 4
  398.           Text = 'am'
  399.         end
  400.         object DBCheckBox1: TDBCheckBox
  401.           Left = 192
  402.           Top = 143
  403.           Width = 87
  404.           Height = 17
  405.           Caption = 'Monday'
  406.           DataField = 'MON'
  407.           DataSource = MainWin.DS_Profiles
  408.           TabOrder = 5
  409.           ValueChecked = 'True'
  410.           ValueUnchecked = 'False'
  411.         end
  412.         object DBCheckBox2: TDBCheckBox
  413.           Left = 192
  414.           Top = 159
  415.           Width = 87
  416.           Height = 17
  417.           Caption = 'Tuesday'
  418.           DataField = 'TUE'
  419.           DataSource = MainWin.DS_Profiles
  420.           TabOrder = 6
  421.           ValueChecked = 'True'
  422.           ValueUnchecked = 'False'
  423.         end
  424.         object DBCheckBox4: TDBCheckBox
  425.           Left = 192
  426.           Top = 175
  427.           Width = 87
  428.           Height = 17
  429.           Caption = 'Wednesday'
  430.           DataField = 'WED'
  431.           DataSource = MainWin.DS_Profiles
  432.           TabOrder = 7
  433.           ValueChecked = 'True'
  434.           ValueUnchecked = 'False'
  435.         end
  436.         object DBCheckBox5: TDBCheckBox
  437.           Left = 192
  438.           Top = 191
  439.           Width = 87
  440.           Height = 17
  441.           Caption = 'Thursday'
  442.           DataField = 'THU'
  443.           DataSource = MainWin.DS_Profiles
  444.           TabOrder = 8
  445.           ValueChecked = 'True'
  446.           ValueUnchecked = 'False'
  447.         end
  448.         object DBCheckBox6: TDBCheckBox
  449.           Left = 192
  450.           Top = 207
  451.           Width = 87
  452.           Height = 17
  453.           Caption = 'Friday'
  454.           DataField = 'FRI'
  455.           DataSource = MainWin.DS_Profiles
  456.           TabOrder = 9
  457.           ValueChecked = 'True'
  458.           ValueUnchecked = 'False'
  459.         end
  460.         object DBCheckBox7: TDBCheckBox
  461.           Left = 192
  462.           Top = 223
  463.           Width = 87
  464.           Height = 17
  465.           Caption = 'Saturday'
  466.           DataField = 'SAT'
  467.           DataSource = MainWin.DS_Profiles
  468.           TabOrder = 10
  469.           ValueChecked = 'True'
  470.           ValueUnchecked = 'False'
  471.         end
  472.         object DBCheckBox8: TDBCheckBox
  473.           Left = 192
  474.           Top = 239
  475.           Width = 87
  476.           Height = 17
  477.           Caption = 'Sunday'
  478.           DataField = 'SUN'
  479.           DataSource = MainWin.DS_Profiles
  480.           TabOrder = 11
  481.           ValueChecked = 'True'
  482.           ValueUnchecked = 'False'
  483.         end
  484.       end
  485.       object TabSheet4: TTabSheet
  486.         Caption = 'TabSheet4'
  487.         TabVisible = False
  488.         object Label5: TLabel
  489.           Left = 0
  490.           Top = 0
  491.           Width = 0
  492.           Height = 60
  493.           Align = alTop
  494.           Alignment = taCenter
  495.           Caption = 
  496.             'Next, you must specify which files to backup.  Once the site dis' +
  497.             'plays the server files, simply drag and drop the files from the ' +
  498.             'Web Server File list over to the Backup File List making sure th' +
  499.             'at the file transfer mode is correct.'
  500.           Font.Charset = DEFAULT_CHARSET
  501.           Font.Color = clBlue
  502.           Font.Height = -16
  503.           Font.Name = 'MS Sans Serif'
  504.           Font.Style = []
  505.           ParentFont = False
  506.           WordWrap = True
  507.         end
  508.         object Panel3: TPanel
  509.           Left = 0
  510.           Top = -250
  511.           Width = 0
  512.           Height = 250
  513.           Align = alBottom
  514.           TabOrder = 0
  515.           object Panel4: TPanel
  516.             Left = -325
  517.             Top = 1
  518.             Width = 324
  519.             Height = 248
  520.             Align = alRight
  521.             TabOrder = 0
  522.             object Panel6: TPanel
  523.               Left = 1
  524.               Top = 1
  525.               Width = 322
  526.               Height = 46
  527.               Align = alTop
  528.               TabOrder = 0
  529.               object SpeedButton4: TSpeedButton
  530.                 Left = 290
  531.                 Top = 11
  532.                 Width = 22
  533.                 Height = 22
  534.                 Hint = 'Delete the selected file from the list.'
  535.                 Glyph.Data = {
  536.                   76010000424D7601000000000000760000002800000020000000100000000100
  537.                   04000000000000010000130B0000130B00001000000000000000000000000000
  538.                   800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  539.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  540.                   3333333333333333FF3333333333333003333333333333377F33333333333307
  541.                   733333FFF333337773333C003333307733333777FF333777FFFFC0CC03330770
  542.                   000077777FF377777777C033C03077FFFFF077FF77F777FFFFF7CC00000F7777
  543.                   777077777777777777773CCCCC00000000003777777777777777333330030FFF
  544.                   FFF03333F77F7F3FF3F7333C0C030F00F0F03337777F7F77373733C03C030FFF
  545.                   FFF03377F77F7F3F333733C03C030F0FFFF03377F7737F733FF733C000330FFF
  546.                   0000337777F37F3F7777333CCC330F0F0FF0333777337F737F37333333330FFF
  547.                   0F03333333337FFF7F7333333333000000333333333377777733}
  548.                 NumGlyphs = 2
  549.                 ParentShowHint = False
  550.                 ShowHint = True
  551.                 OnClick = SpeedButton4Click
  552.               end
  553.               object lTrace: TListBox
  554.                 Left = 1
  555.                 Top = 1
  556.                 Width = 320
  557.                 Height = 44
  558.                 Align = alClient
  559.                 Color = clBtnFace
  560.                 ItemHeight = 13
  561.                 TabOrder = 0
  562.               end
  563.             end
  564.             object Panel8: TPanel
  565.               Left = 1
  566.               Top = 47
  567.               Width = 322
  568.               Height = 200
  569.               Align = alClient
  570.               TabOrder = 1
  571.               object Label14: TLabel
  572.                 Left = 16
  573.                 Top = 17
  574.                 Width = 92
  575.                 Height = 13
  576.                 Caption = 'Backup File List'
  577.                 Font.Charset = DEFAULT_CHARSET
  578.                 Font.Color = clBlue
  579.                 Font.Height = -11
  580.                 Font.Name = 'MS Sans Serif'
  581.                 Font.Style = [fsBold]
  582.                 ParentFont = False
  583.               end
  584.               object SpeedButton5: TSpeedButton
  585.                 Left = 136
  586.                 Top = 13
  587.                 Width = 177
  588.                 Height = 22
  589.                 Caption = 'Delete Selected File From List'
  590.                 Glyph.Data = {
  591.                   76010000424D7601000000000000760000002800000020000000100000000100
  592.                   04000000000000010000130B0000130B00001000000000000000000000000000
  593.                   800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  594.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  595.                   333333333333333333FF33333333333330003333333333333777333333333333
  596.                   300033FFFFFF3333377739999993333333333777777F3333333F399999933333
  597.                   3300377777733333337733333333333333003333333333333377333333333333
  598.                   3333333333333333333F333333333333330033333F33333333773333C3333333
  599.                   330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
  600.                   993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
  601.                   333333377F33333333FF3333C333333330003333733333333777333333333333
  602.                   3000333333333333377733333333333333333333333333333333}
  603.                 NumGlyphs = 2
  604.                 OnClick = SpeedButton5Click
  605.               end
  606.               object OvcDbTable1: TOvcDbTable
  607.                 Left = 1
  608.                 Top = 47
  609.                 Width = 320
  610.                 Height = 152
  611.                 Align = alBottom
  612.                 Colors.ActiveFocused = clHighlight
  613.                 Colors.ActiveFocusedText = clHighlightText
  614.                 Colors.ActiveUnfocused = clHighlight
  615.                 Colors.ActiveUnfocusedText = clHighlightText
  616.                 Colors.Locked = clBtnFace
  617.                 Colors.LockedText = clWindowText
  618.                 Colors.Editing = clBtnFace
  619.                 Colors.EditingText = clWindowText
  620.                 Colors.Selected = clHighlight
  621.                 Colors.SelectedText = clHighlightText
  622.                 Controller = OvcController1
  623.                 DataSource = MainWin.DS_Files
  624.                 GridPenSet.NormalGrid.NormalColor = clBtnShadow
  625.                 GridPenSet.NormalGrid.SecondColor = clBtnHighlight
  626.                 GridPenSet.NormalGrid.Style = psDot
  627.                 GridPenSet.NormalGrid.Effect = geBoth
  628.                 GridPenSet.LockedGrid.NormalColor = clBtnShadow
  629.                 GridPenSet.LockedGrid.SecondColor = clBtnHighlight
  630.                 GridPenSet.LockedGrid.Style = psSolid
  631.                 GridPenSet.LockedGrid.Effect = ge3D
  632.                 GridPenSet.CellWhenFocused.NormalColor = clBlack
  633.                 GridPenSet.CellWhenFocused.SecondColor = clBtnHighlight
  634.                 GridPenSet.CellWhenFocused.Style = psSolid
  635.                 GridPenSet.CellWhenFocused.Effect = geBoth
  636.                 GridPenSet.CellWhenUnfocused.NormalColor = clBlack
  637.                 GridPenSet.CellWhenUnfocused.SecondColor = clBtnHighlight
  638.                 GridPenSet.CellWhenUnfocused.Style = psDash
  639.                 GridPenSet.CellWhenUnfocused.Effect = geBoth
  640.                 HeaderCell = OvcTCColHead1
  641.                 HeaderOptions = [hoShowHeader, hoUseHeaderCell, hoUseStrings]
  642.                 TabOrder = 0
  643.                 OnDragDrop = OvcDbTable1DragDrop
  644.                 OnDragOver = OvcDbTable1DragOver
  645.                 CellData = (
  646.                   'FTP_CreateNewProfile.OvcTCColHead1'
  647.                   'FTP_CreateNewProfile.OvcTCComboBox1'
  648.                   'FTP_CreateNewProfile.OvcTCString1')
  649.                 ColData = (
  650.                   244
  651.                   True
  652.                   'PROFILE'
  653.                   0
  654.                   False
  655.                   200
  656.                   False
  657.                   'SOURCE'
  658.                   0
  659.                   True
  660.                   'OvcTCString1'
  661.                   90
  662.                   False
  663.                   'MODE'
  664.                   0
  665.                   True
  666.                   'OvcTCComboBox1')
  667.               end
  668.             end
  669.           end
  670.           object Panel5: TPanel
  671.             Left = 1
  672.             Top = 1
  673.             Width = 287
  674.             Height = 248
  675.             Align = alClient
  676.             TabOrder = 1
  677.             object Panel7: TPanel
  678.               Left = 1
  679.               Top = 1
  680.               Width = 285
  681.               Height = 92
  682.               Align = alTop
  683.               TabOrder = 0
  684.               object SpeedButton1: TSpeedButton
  685.                 Left = 2
  686.                 Top = 3
  687.                 Width = 281
  688.                 Height = 22
  689.                 Hint = 'Go into subdirectory'
  690.                 Caption = 'Open Selected Directory'
  691.                 Glyph.Data = {
  692.                   76010000424D7601000000000000760000002800000020000000100000000100
  693.                   04000000000000010000120B0000120B00001000000000000000000000000000
  694.                   800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  695.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  696.                   55555555FFFFFFFFFF55555000000000055555577777777775F55500B8B8B8B8
  697.                   B05555775F555555575F550F0B8B8B8B8B05557F75F555555575550BF0B8B8B8
  698.                   B8B0557F575FFFFFFFF7550FBF0000000000557F557777777777500BFBFBFBFB
  699.                   0555577F555555557F550B0FBFBFBFBF05557F7F555555FF75550F0BFBFBF000
  700.                   55557F75F555577755550BF0BFBF0B0555557F575FFF757F55550FB700007F05
  701.                   55557F557777557F55550BFBFBFBFB0555557F555555557F55550FBFBFBFBF05
  702.                   55557FFFFFFFFF7555550000000000555555777777777755555550FBFB055555
  703.                   5555575FFF755555555557000075555555555577775555555555}
  704.                 NumGlyphs = 2
  705.                 ParentShowHint = False
  706.                 ShowHint = True
  707.                 OnClick = SpeedButton1Click
  708.               end
  709.               object SpeedButton2: TSpeedButton
  710.                 Left = 2
  711.                 Top = 25
  712.                 Width = 281
  713.                 Height = 22
  714.                 Hint = 'Go back one Subdirectory level'
  715.                 Caption = 'Go Up One Directory Level'
  716.                 Glyph.Data = {
  717.                   76010000424D7601000000000000760000002800000020000000100000000100
  718.                   04000000000000010000120B0000120B00001000000000000000000000000000
  719.                   800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  720.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  721.                   5555555555555555555555555555555555555555555555555555555555555555
  722.                   55555555FFFFFFFFFF5555500000000005555557777777777F55550BFBFBFBFB
  723.                   0555557F555555557F55550FBFBFBFBF0555557F555555557F55550BFBFBFBFB
  724.                   0555557F555555557F55550FBFBFBFBF0555557F555555557F55550BFBFBFBFB
  725.                   0555557F555555557F55550FBFBFBFBF0555557FFFFFFFFF7555550000000000
  726.                   555555777777777755555550FBFB0555555555575FFF75555555555700007555
  727.                   5555555577775555555555555555555555555555555555555555555555555555
  728.                   5555555555555555555555555555555555555555555555555555}
  729.                 NumGlyphs = 2
  730.                 ParentShowHint = False
  731.                 ShowHint = True
  732.                 OnClick = SpeedButton2Click
  733.               end
  734.               object Label6: TLabel
  735.                 Left = 88
  736.                 Top = 52
  737.                 Width = 98
  738.                 Height = 13
  739.                 Caption = 'Web Server Files'
  740.                 Font.Charset = DEFAULT_CHARSET
  741.                 Font.Color = clBlue
  742.                 Font.Height = -11
  743.                 Font.Name = 'MS Sans Serif'
  744.                 Font.Style = [fsBold]
  745.                 ParentFont = False
  746.               end
  747.               object eRemotePath: TEdit
  748.                 Left = 4
  749.                 Top = 67
  750.                 Width = 275
  751.                 Height = 21
  752.                 ReadOnly = True
  753.                 TabOrder = 0
  754.                 Text = 'eRemotePath'
  755.               end
  756.             end
  757.             object Panel9: TPanel
  758.               Left = 1
  759.               Top = 93
  760.               Width = 285
  761.               Height = 154
  762.               Align = alClient
  763.               TabOrder = 1
  764.               object lFiles: TListBox
  765.                 Left = 1
  766.                 Top = 1
  767.                 Width = 283
  768.                 Height = 152
  769.                 Align = alClient
  770.                 DragMode = dmAutomatic
  771.                 ItemHeight = 13
  772.                 Sorted = True
  773.                 TabOrder = 0
  774.                 OnDblClick = lFilesDblClick
  775.               end
  776.             end
  777.           end
  778.         end
  779.       end
  780.       object TabSheet5: TTabSheet
  781.         Caption = 'TabSheet5'
  782.         TabVisible = False
  783.         object Label7: TLabel
  784.           Left = 72
  785.           Top = 0
  786.           Width = 470
  787.           Height = 40
  788.           Alignment = taCenter
  789.           Caption = 
  790.             'Last, you must specify where you want the files to be backed-up ' +
  791.             'to, and some options for storage.  Click "Finished" when done.'
  792.           Font.Charset = DEFAULT_CHARSET
  793.           Font.Color = clBlue
  794.           Font.Height = -16
  795.           Font.Name = 'MS Sans Serif'
  796.           Font.Style = []
  797.           ParentFont = False
  798.           WordWrap = True
  799.         end
  800.         object Panel10: TPanel
  801.           Left = 0
  802.           Top = -250
  803.           Width = 0
  804.           Height = 250
  805.           Align = alBottom
  806.           TabOrder = 0
  807.           object Panel11: TPanel
  808.             Left = 1
  809.             Top = 129
  810.             Width = 611
  811.             Height = 120
  812.             Align = alBottom
  813.             TabOrder = 0
  814.             object Bevel2: TBevel
  815.               Left = 4
  816.               Top = 60
  817.               Width = 601
  818.               Height = 55
  819.             end
  820.             object Bevel1: TBevel
  821.               Left = 4
  822.               Top = 6
  823.               Width = 601
  824.               Height = 51
  825.             end
  826.             object Label15: TLabel
  827.               Left = 23
  828.               Top = 24
  829.               Width = 174
  830.               Height = 13
  831.               Caption = 'Select Backup Process Option'
  832.               Font.Charset = DEFAULT_CHARSET
  833.               Font.Color = clBlue
  834.               Font.Height = -11
  835.               Font.Name = 'MS Sans Serif'
  836.               Font.Style = [fsBold]
  837.               ParentFont = False
  838.             end
  839.             object Label16: TLabel
  840.               Left = 32
  841.               Top = 88
  842.               Width = 3
  843.               Height = 13
  844.             end
  845.             object DBCheckBox3: TDBCheckBox
  846.               Left = 18
  847.               Top = 65
  848.               Width = 336
  849.               Height = 17
  850.               Caption = 'E-mail backup report option - Send report to the below address :'
  851.               DataField = 'EMAIL'
  852.               DataSource = MainWin.DS_Profiles
  853.               TabOrder = 0
  854.               ValueChecked = 'True'
  855.               ValueUnchecked = 'False'
  856.               OnClick = DBCheckBox3Click
  857.             end
  858.             object OvcDbSimpleField2: TOvcDbSimpleField
  859.               Left = 85
  860.               Top = 87
  861.               Width = 212
  862.               Height = 21
  863.               Cursor = crIBeam
  864.               DataField = 'EM_ADDR'
  865.               DataSource = MainWin.DS_Profiles
  866.               FieldType = ftString
  867.               CaretOvr.Shape = csBlock
  868.               Controller = OvcController1
  869.               DisabledColors.BackColor = clWindow
  870.               DisabledColors.TextColor = clGrayText
  871.               ErrorColors.BackColor = clRed
  872.               ErrorColors.TextColor = clBlack
  873.               HighlightColors.BackColor = clHighlight
  874.               HighlightColors.TextColor = clHighlightText
  875.               MaxLength = 100
  876.               TabOrder = 1
  877.             end
  878.             object RadioButton1: TRadioButton
  879.               Left = 256
  880.               Top = 7
  881.               Width = 201
  882.               Height = 17
  883.               Caption = 'Replace old version with new version'
  884.               Checked = True
  885.               TabOrder = 2
  886.               TabStop = True
  887.               OnClick = RadioButton1Click
  888.             end
  889.             object RadioButton2: TRadioButton
  890.               Left = 256
  891.               Top = 23
  892.               Width = 233
  893.               Height = 17
  894.               Caption = 'Use new subfolder with date and time stamp'
  895.               TabOrder = 3
  896.               OnClick = RadioButton1Click
  897.             end
  898.             object RadioButton3: TRadioButton
  899.               Left = 256
  900.               Top = 39
  901.               Width = 265
  902.               Height = 17
  903.               Caption = 'Three version rotation in subfolders (A, B and C)'
  904.               TabOrder = 4
  905.               OnClick = RadioButton1Click
  906.             end
  907.             object RadioGroup1: TRadioGroup
  908.               Left = 416
  909.               Top = 61
  910.               Width = 185
  911.               Height = 49
  912.               Caption = 'Report Options'
  913.               ItemIndex = 0
  914.               Items.Strings = (
  915.                 'Summary Report'
  916.                 'Detailed Report')
  917.               TabOrder = 5
  918.               OnClick = RadioGroup1Click
  919.             end
  920.           end
  921.           object DriveComboBox1: TDriveComboBox
  922.             Left = 8
  923.             Top = 8
  924.             Width = 145
  925.             Height = 19
  926.             DirList = DirectoryListBox1
  927.             TabOrder = 1
  928.           end
  929.           object DirectoryListBox1: TDirectoryListBox
  930.             Left = -453
  931.             Top = 1
  932.             Width = 452
  933.             Height = 128
  934.             Align = alRight
  935.             ItemHeight = 16
  936.             TabOrder = 2
  937.           end
  938.         end
  939.       end
  940.       object TabSheet6: TTabSheet
  941.         Caption = 'TabSheet6'
  942.         TabVisible = False
  943.         object Label9: TLabel
  944.           Left = 0
  945.           Top = 0
  946.           Width = 441
  947.           Height = 20
  948.           Align = alTop
  949.           Alignment = taCenter
  950.           Caption = 
  951.             'To edit a profile, double-click on the desired profile listed be' +
  952.             'low.'
  953.           Font.Charset = DEFAULT_CHARSET
  954.           Font.Color = clBlue
  955.           Font.Height = -16
  956.           Font.Name = 'MS Sans Serif'
  957.           Font.Style = []
  958.           ParentFont = False
  959.         end
  960.         object DBGrid1: TDBGrid
  961.           Left = 128
  962.           Top = 96
  963.           Width = 353
  964.           Height = 161
  965.           DataSource = MainWin.DS_Profiles
  966.           Options = [dgColumnResize, dgTabs, dgConfirmDelete, dgCancelOnExit]
  967.           TabOrder = 0
  968.           TitleFont.Charset = DEFAULT_CHARSET
  969.           TitleFont.Color = clWindowText
  970.           TitleFont.Height = -11
  971.           TitleFont.Name = 'MS Sans Serif'
  972.           TitleFont.Style = []
  973.           OnDblClick = DBGrid1DblClick
  974.           Columns = <
  975.             item
  976.               FieldName = 'PROFILE'
  977.             end>
  978.         end
  979.       end
  980.       object TabSheet7: TTabSheet
  981.         Caption = 'TabSheet7'
  982.         TabVisible = False
  983.         object Label10: TLabel
  984.           Left = 0
  985.           Top = 0
  986.           Width = 322
  987.           Height = 20
  988.           Align = alTop
  989.           Alignment = taCenter
  990.           Caption = 'Double-Click on the profile you want to delete.'
  991.           Font.Charset = DEFAULT_CHARSET
  992.           Font.Color = clBlue
  993.           Font.Height = -16
  994.           Font.Name = 'MS Sans Serif'
  995.           Font.Style = []
  996.           ParentFont = False
  997.         end
  998.         object DBGrid2: TDBGrid
  999.           Left = 128
  1000.           Top = 88
  1001.           Width = 353
  1002.           Height = 169
  1003.           DataSource = MainWin.DS_Profiles
  1004.           Options = [dgEditing, dgColumnResize, dgTabs, dgConfirmDelete, dgCancelOnExit]
  1005.           ReadOnly = True
  1006.           TabOrder = 0
  1007.           TitleFont.Charset = DEFAULT_CHARSET
  1008.           TitleFont.Color = clWindowText
  1009.           TitleFont.Height = -11
  1010.           TitleFont.Name = 'MS Sans Serif'
  1011.           TitleFont.Style = []
  1012.           OnDblClick = DBGrid2DblClick
  1013.           Columns = <
  1014.             item
  1015.               FieldName = 'PROFILE'
  1016.               Title.Caption = 'Profile'
  1017.             end>
  1018.         end
  1019.       end
  1020.       object TabSheet8: TTabSheet
  1021.         Caption = 'TabSheet8'
  1022.         TabVisible = False
  1023.         object Label11: TLabel
  1024.           Left = 0
  1025.           Top = 0
  1026.           Width = 0
  1027.           Height = 60
  1028.           Align = alTop
  1029.           Alignment = taCenter
  1030.           Caption = 
  1031.             'In order for a backup profile to be performed on it'#39's assigned s' +
  1032.             'chedule, it must be ACTIVE.  By default, a profile is set to act' +
  1033.             'ive when it is created.  However, you may want to deactivate a b' +
  1034.             'ackup profile temporarily.'
  1035.           Font.Charset = DEFAULT_CHARSET
  1036.           Font.Color = clBlue
  1037.           Font.Height = -16
  1038.           Font.Name = 'MS Sans Serif'
  1039.           Font.Style = []
  1040.           ParentFont = False
  1041.           WordWrap = True
  1042.         end
  1043.         object Label12: TLabel
  1044.           Left = 0
  1045.           Top = 68
  1046.           Width = 613
  1047.           Height = 20
  1048.           Alignment = taCenter
  1049.           AutoSize = False
  1050.           Caption = 
  1051.             'Click the check box allong side the profile name to activate/dea' +
  1052.             'ctivate the profile.'
  1053.           Font.Charset = DEFAULT_CHARSET
  1054.           Font.Color = clBlue
  1055.           Font.Height = -16
  1056.           Font.Name = 'MS Sans Serif'
  1057.           Font.Style = []
  1058.           ParentFont = False
  1059.           Layout = tlBottom
  1060.         end
  1061.         object OvcDbTable2: TOvcDbTable
  1062.           Left = 136
  1063.           Top = 120
  1064.           Width = 337
  1065.           Height = 145
  1066.           ColorUnused = clBtnFace
  1067.           Colors.ActiveFocused = clHighlight
  1068.           Colors.ActiveFocusedText = clHighlightText
  1069.           Colors.ActiveUnfocused = clHighlight
  1070.           Colors.ActiveUnfocusedText = clHighlightText
  1071.           Colors.Locked = clBtnFace
  1072.           Colors.LockedText = clWindowText
  1073.           Colors.Editing = clBtnFace
  1074.           Colors.EditingText = clWindowText
  1075.           Colors.Selected = clHighlight
  1076.           Colors.SelectedText = clHighlightText
  1077.           Controller = OvcController1
  1078.           Ctl3D = False
  1079.           DataSource = DataSource1
  1080.           GridPenSet.NormalGrid.NormalColor = clBtnShadow
  1081.           GridPenSet.NormalGrid.SecondColor = clBtnHighlight
  1082.           GridPenSet.NormalGrid.Style = psDot
  1083.           GridPenSet.NormalGrid.Effect = geBoth
  1084.           GridPenSet.LockedGrid.NormalColor = clBtnShadow
  1085.           GridPenSet.LockedGrid.SecondColor = clBtnHighlight
  1086.           GridPenSet.LockedGrid.Style = psSolid
  1087.           GridPenSet.LockedGrid.Effect = ge3D
  1088.           GridPenSet.CellWhenFocused.NormalColor = clBlack
  1089.           GridPenSet.CellWhenFocused.SecondColor = clBtnHighlight
  1090.           GridPenSet.CellWhenFocused.Style = psSolid
  1091.           GridPenSet.CellWhenFocused.Effect = geBoth
  1092.           GridPenSet.CellWhenUnfocused.NormalColor = clBlack
  1093.           GridPenSet.CellWhenUnfocused.SecondColor = clBtnHighlight
  1094.           GridPenSet.CellWhenUnfocused.Style = psDash
  1095.           GridPenSet.CellWhenUnfocused.Effect = geBoth
  1096.           ParentCtl3D = False
  1097.           TabOrder = 0
  1098.           CellData = (
  1099.             'FTP_CreateNewProfile.OvcTCCheckBox1'
  1100.             'FTP_CreateNewProfile.OvcTCString2')
  1101.           ColData = (
  1102.             244
  1103.             False
  1104.             'PROFILE'
  1105.             0
  1106.             True
  1107.             'OvcTCString2'
  1108.             604
  1109.             True
  1110.             'KIND'
  1111.             0
  1112.             False
  1113.             64
  1114.             True
  1115.             'INTERVAL'
  1116.             0
  1117.             False
  1118.             124
  1119.             True
  1120.             'TIME'
  1121.             0
  1122.             False
  1123.             1204
  1124.             True
  1125.             'TARGET_LOC'
  1126.             0
  1127.             False
  1128.             64
  1129.             True
  1130.             'ROTATE_DIR'
  1131.             0
  1132.             False
  1133.             64
  1134.             True
  1135.             'DTSTAMP_DI'
  1136.             0
  1137.             False
  1138.             34
  1139.             True
  1140.             'EMAIL'
  1141.             0
  1142.             False
  1143.             604
  1144.             True
  1145.             'EM_ADDR'
  1146.             0
  1147.             False
  1148.             46
  1149.             True
  1150.             'LASTDIR'
  1151.             0
  1152.             False
  1153.             604
  1154.             True
  1155.             'PERFORM_IN'
  1156.             0
  1157.             False
  1158.             604
  1159.             True
  1160.             'LASTDONE'
  1161.             0
  1162.             False
  1163.             47
  1164.             False
  1165.             'ACTIVE'
  1166.             0
  1167.             True
  1168.             'OvcTCCheckBox1'
  1169.             64
  1170.             True
  1171.             'DETAI_EMAI'
  1172.             0
  1173.             False
  1174.             34
  1175.             True
  1176.             'MON'
  1177.             0
  1178.             False
  1179.             34
  1180.             True
  1181.             'TUE'
  1182.             0
  1183.             False
  1184.             34
  1185.             True
  1186.             'WED'
  1187.             0
  1188.             False
  1189.             34
  1190.             True
  1191.             'THU'
  1192.             0
  1193.             False
  1194.             34
  1195.             True
  1196.             'FRI'
  1197.             0
  1198.             False
  1199.             34
  1200.             True
  1201.             'SAT'
  1202.             0
  1203.             False
  1204.             34
  1205.             True
  1206.             'SUN'
  1207.             0
  1208.             False)
  1209.         end
  1210.       end
  1211.       object TabSheet9: TTabSheet
  1212.         Caption = 'TabSheet9'
  1213.         TabVisible = False
  1214.         object Label8: TLabel
  1215.           Left = 88
  1216.           Top = 8
  1217.           Width = 420
  1218.           Height = 40
  1219.           Alignment = taCenter
  1220.           Caption = 
  1221.             'The below listed backup profiles are available for immediate exe' +
  1222.             'cuting.  Double-Click on the backup profile to execute.'
  1223.           Font.Charset = DEFAULT_CHARSET
  1224.           Font.Color = clBlue
  1225.           Font.Height = -16
  1226.           Font.Name = 'MS Sans Serif'
  1227.           Font.Style = []
  1228.           ParentFont = False
  1229.           WordWrap = True
  1230.         end
  1231.         object DBGrid3: TDBGrid
  1232.           Left = 168
  1233.           Top = 96
  1234.           Width = 262
  1235.           Height = 169
  1236.           DataSource = DataSource1
  1237.           Options = [dgColumnResize, dgTabs, dgConfirmDelete, dgCancelOnExit]
  1238.           TabOrder = 0
  1239.           TitleFont.Charset = DEFAULT_CHARSET
  1240.           TitleFont.Color = clWindowText
  1241.           TitleFont.Height = -11
  1242.           TitleFont.Name = 'MS Sans Serif'
  1243.           TitleFont.Style = []
  1244.           OnDblClick = DBGrid3DblClick
  1245.           Columns = <
  1246.             item
  1247.               FieldName = 'PROFILE'
  1248.             end>
  1249.         end
  1250.       end
  1251.     end
  1252.   end
  1253.   object OvcController1: TOvcController
  1254.     EntryCommands.TableList = (
  1255.       'Default'
  1256.       True
  1257.       ()
  1258.       'WordStar'
  1259.       False
  1260.       ()
  1261.       'Grid'
  1262.       False
  1263.       ())
  1264.   end
  1265.   object FTP: TipwFTP
  1266.     OnError = FTPError
  1267.     WinsockLoaded = False
  1268.     OnFirePITrail = FTPFirePITrail
  1269.     OnDirList = FTPDirList
  1270.     OnTransfer = FTPTransfer
  1271.     Left = 31
  1272.     Top = 148
  1273.     RegHnd = {
  1274.       DFF1820CB4858ACA464759EE76F38A4953B10FBEFAE3BD9DB66AFDA788991682
  1275.       E221D708B9E775531B12DA52B2011C964E04B0A0233AFBDA35852D10CCD6C99F
  1276.       DFF1820CB4858ACA733818756DDBBC082C21AA341A5E7D3733DDF9B614834F35
  1277.       407D3C435B542AF710BF684573CDB8E45924C810EFDC49632328EEF2276B9092}
  1278.   end
  1279.   object PopupMenu1: TPopupMenu
  1280.     Left = 6
  1281.     Top = 172
  1282.     object Deletethisfilefromthelist1: TMenuItem
  1283.       Caption = 'Delete this file from the list'
  1284.       OnClick = Deletethisfilefromthelist1Click
  1285.     end
  1286.   end
  1287.   object OvcTCString1: TOvcTCString
  1288.     Access = otxReadOnly
  1289.     AutoAdvanceChar = False
  1290.     AutoAdvanceLeftRight = False
  1291.     MaxLength = 200
  1292.     ShowHint = False
  1293.     Table = OvcDbTable1
  1294.     TextStyle = tsFlat
  1295.     UseWordWrap = False
  1296.     UseASCIIZStrings = False
  1297.     Left = 310
  1298.     Top = 228
  1299.   end
  1300.   object OvcTCComboBox1: TOvcTCComboBox
  1301.     AcceptActivationClick = True
  1302.     AutoAdvanceChar = False
  1303.     AutoAdvanceLeftRight = False
  1304.     Items.Strings = (
  1305.       'Binary'
  1306.       'ASCII')
  1307.     ShowHint = False
  1308.     MaxLength = 20
  1309.     SaveStringValue = False
  1310.     Style = csDropDown
  1311.     Table = OvcDbTable1
  1312.     TextStyle = tsFlat
  1313.     UseRunTimeItems = False
  1314.     Left = 358
  1315.     Top = 244
  1316.   end
  1317.   object OvcTCColHead1: TOvcTCColHead
  1318.     Headings.Strings = (
  1319.       ''
  1320.       'Files To Backup'
  1321.       'Select Mode')
  1322.     ShowActiveCol = False
  1323.     ShowLetters = False
  1324.     Table = OvcDbTable1
  1325.     TextStyle = tsFlat
  1326.     UseWordWrap = False
  1327.     Left = 430
  1328.     Top = 124
  1329.   end
  1330.   object Table1: TTable
  1331.     Active = True
  1332.     DatabaseName = 'FPB'
  1333.     TableName = 'FTP Profiles.DBF'
  1334.     Left = 29
  1335.     Top = 79
  1336.     object Table1PROFILE: TStringField
  1337.       FieldName = 'PROFILE'
  1338.       Size = 40
  1339.     end
  1340.     object Table1KIND: TStringField
  1341.       FieldName = 'KIND'
  1342.       Size = 100
  1343.     end
  1344.     object Table1INTERVAL: TSmallintField
  1345.       FieldName = 'INTERVAL'
  1346.     end
  1347.     object Table1TIME: TStringField
  1348.       FieldName = 'TIME'
  1349.     end
  1350.     object Table1TARGET_LOC: TStringField
  1351.       FieldName = 'TARGET_LOC'
  1352.       Size = 200
  1353.     end
  1354.     object Table1ROTATE_DIR: TBooleanField
  1355.       FieldName = 'ROTATE_DIR'
  1356.     end
  1357.     object Table1DTSTAMP_DI: TBooleanField
  1358.       FieldName = 'DTSTAMP_DI'
  1359.     end
  1360.     object Table1EMAIL: TBooleanField
  1361.       FieldName = 'EMAIL'
  1362.     end
  1363.     object Table1EM_ADDR: TStringField
  1364.       FieldName = 'EM_ADDR'
  1365.       Size = 100
  1366.     end
  1367.     object Table1LASTDIR: TStringField
  1368.       FieldName = 'LASTDIR'
  1369.       Size = 1
  1370.     end
  1371.     object Table1PERFORM_IN: TStringField
  1372.       FieldName = 'PERFORM_IN'
  1373.       Size = 100
  1374.     end
  1375.     object Table1LASTDONE: TStringField
  1376.       FieldName = 'LASTDONE'
  1377.       Size = 100
  1378.     end
  1379.     object Table1ACTIVE: TBooleanField
  1380.       FieldName = 'ACTIVE'
  1381.     end
  1382.     object Table1DETAI_EMAI: TBooleanField
  1383.       FieldName = 'DETAI_EMAI'
  1384.     end
  1385.     object Table1MON: TBooleanField
  1386.       FieldName = 'MON'
  1387.     end
  1388.     object Table1TUE: TBooleanField
  1389.       FieldName = 'TUE'
  1390.     end
  1391.     object Table1WED: TBooleanField
  1392.       FieldName = 'WED'
  1393.     end
  1394.     object Table1THU: TBooleanField
  1395.       FieldName = 'THU'
  1396.     end
  1397.     object Table1FRI: TBooleanField
  1398.       FieldName = 'FRI'
  1399.     end
  1400.     object Table1SAT: TBooleanField
  1401.       FieldName = 'SAT'
  1402.     end
  1403.     object Table1SUN: TBooleanField
  1404.       FieldName = 'SUN'
  1405.     end
  1406.   end
  1407.   object OvcTCCheckBox1: TOvcTCCheckBox
  1408.     AcceptActivationClick = True
  1409.     Adjust = otaCenter
  1410.     AllowGrayed = False
  1411.     CellGlyphs.IsDefault = True
  1412.     CellGlyphs.GlyphCount = 3
  1413.     CellGlyphs.ActiveGlyphCount = 2
  1414.     ShowHint = False
  1415.     Table = OvcDbTable2
  1416.     Left = 461
  1417.     Top = 121
  1418.   end
  1419.   object OvcTCString2: TOvcTCString
  1420.     Access = otxReadOnly
  1421.     AutoAdvanceChar = False
  1422.     AutoAdvanceLeftRight = False
  1423.     MaxLength = 40
  1424.     ShowHint = False
  1425.     Table = OvcDbTable2
  1426.     TextStyle = tsFlat
  1427.     UseWordWrap = False
  1428.     UseASCIIZStrings = False
  1429.     Left = 493
  1430.     Top = 121
  1431.   end
  1432.   object Timer1: TTimer
  1433.     OnTimer = Timer1Timer
  1434.     Left = 397
  1435.     Top = 127
  1436.   end
  1437.   object DataSource1: TDataSource
  1438.     DataSet = Table1
  1439.     Left = 53
  1440.     Top = 79
  1441.   end
  1442.   object ipwNetDial1: TipwNetDial
  1443.     OnStatus = ipwNetDial1Status
  1444.     Left = 93
  1445.     Top = 137
  1446.     RegHnd = {
  1447.       57A29875FE37917BE2A20F9AECEFD97AB0F74AE5A2F9CEDBC784E056F22CACEC
  1448.       709792016502E1E9AEC9F5B9C072EEA2EFFEF8166D83844FEFB4242F0A95B876
  1449.       57A29875FE37917BEAE2BB3C965C394A2EAB6F55270E4BBB565E2242C648E195
  1450.       8AD920C619045EB810B8A2A427126C10A6B635B05AEBEEB0AC0ADA3874C883FA}
  1451.   end
  1452. end
  1453.